From 75f0146c69a90f40f20def87c961be361dcd9754 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Sat, 30 May 2015 21:23:39 -0400 Subject: [PATCH] application: Fix compiler warnings Fix warnings due to -Wdeclaration-after-statement and -Wshadow. --- gtk/gtkapplication.c | 1 - 1 file changed, 1 deletion(-) diff --git a/gtk/gtkapplication.c b/gtk/gtkapplication.c index 639f549466..f86353342a 100644 --- a/gtk/gtkapplication.c +++ b/gtk/gtkapplication.c @@ -414,7 +414,6 @@ accels_set_accels_for_action (Accels *accels, if (keys) { gchar *my_key; - gint i; my_key = g_strdup (action_and_target); -- 2.30.2